home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / security / doc / clippings / 930623-01 < prev    next >
Encoding:
Internet Message Format  |  1993-07-10  |  922 b 

  1. From: mjr@tis.com (Marcus J Ranum)
  2. Newsgroups: comp.security.misc
  3. Subject: Re: Automated security alerts with pagers
  4. Date: 23 Jun 1993 03:59:22 GMT
  5. Organization: Trusted Information Systems, Inc.
  6. Message-ID: <208keq$mfu@sol.TIS.COM>
  7. References: <aec1.740778281@crux1.cit.cornell.edu> <1993Jun22.225538.12432@nntp.nta.no>
  8.  
  9. >: We're in the process of writing unix security software and would like to be
  10. >: able to alert security personnel of emergencies by dialing their pagers.
  11. >: Has anyone attempted this before?
  12.  
  13.     If anyone wants it, I have a version of syslogd that I use,
  14. which allows you to specify regular expressions as log file entries.
  15. I.e.: you can have all log entries with a string like:
  16.  
  17. "su: BADSU"    /var/adm/badsulog
  18. "su: BADSU"    !/usr/ucb/mail -s BADSU mjr
  19.  
  20.     As the second example implies, you can specify a shell command
  21. that will be run with the system log entry as input if the pattern is
  22. matched.
  23.  
  24. mjr.
  25.  
  26.